home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / FROMUTS / UNIXLIB37B / test_c_extest2 < prev    next >
Encoding:
Text File  |  1991-06-18  |  79 b   |  4 lines

  1. #include "sys/unix.h"
  2.  
  3. int main(int argc,char **argv) { execv("*echo",argv); }
  4.